home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d982.lha / HWGRCS / HWGdiffP1_2_6.lha / diffutils-2.6 / src / config.h.amiga < prev    next >
Text File  |  1993-12-19  |  3KB  |  117 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if using alloca.c.  */
  4. #define C_ALLOCA 1
  5.  
  6. /* Define to empty if the keyword does not work.  */
  7. #undef const
  8.  
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10.    This function is required for alloca.c support on those systems.  */
  11. #undef CRAY_STACKSEG_END
  12.  
  13. /* Define if you have dirent.h.  */
  14. #define DIRENT 1
  15.  
  16. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  17. #undef HAVE_ALLOCA_H
  18.  
  19. /* Define if you don't have vprintf but do have _doprnt.  */
  20. #undef HAVE_DOPRNT
  21.  
  22. /* Define if your struct stat has st_blksize.  */
  23. #undef HAVE_ST_BLKSIZE
  24.  
  25. /* Define if you have vfork.h.  */
  26. #undef HAVE_VFORK_H
  27.  
  28. /* Define if you have the vprintf function.  */
  29. #define HAVE_VPRINTF    1
  30.  
  31. /* Define if on MINIX.  */
  32. #undef _MINIX
  33.  
  34. /* Define if you don't have dirent.h, but have ndir.h.  */
  35. #undef NDIR
  36.  
  37. /* Define to `int' if <sys/types.h> doesn't define.  */
  38. #define pid_t   int
  39.  
  40. /* Define if the system does not provide POSIX.1 features except
  41.    with this defined.  */
  42. #undef _POSIX_1_SOURCE
  43.  
  44. /* Define if you need to in order for stat and other things to work.  */
  45. #undef _POSIX_SOURCE
  46.  
  47. /* Define as the return type of signal handlers (int or void).  */
  48. #define RETSIGTYPE  void
  49.  
  50. /* If using the C implementation of alloca, define if you know the
  51.    direction of stack growth for your system; otherwise it will be
  52.    automatically deduced at run-time.
  53.         STACK_DIRECTION > 0 => grows toward higher addresses
  54.         STACK_DIRECTION < 0 => grows toward lower addresses
  55.         STACK_DIRECTION = 0 => direction of growth unknown
  56.  */
  57. #define STACK_DIRECTION -1
  58.  
  59. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  60. #undef STAT_MACROS_BROKEN
  61.  
  62. /* Define if you have the ANSI C header files.  */
  63. #define STDC_HEADERS    1
  64.  
  65. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  66. #undef SYSDIR
  67.  
  68. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  69. #undef SYSNDIR
  70.  
  71. /* Define vfork as fork if vfork does not work.  */
  72. #undef vfork
  73.  
  74. /* Define if the closedir function returns void instead of int.  */
  75. #define VOID_CLOSEDIR   1
  76.  
  77. /* Define if you have dup2.  */
  78. #undef HAVE_DUP2
  79.  
  80. /* Define if you have memchr.  */
  81. #define HAVE_MEMCHR     1
  82.  
  83. /* Define if you have sigaction.  */
  84. #undef HAVE_SIGACTION
  85.  
  86. /* Define if you have strerror.  */
  87. #define HAVE_STRERROR   1
  88.  
  89. /* Define if you have waitpid.  */
  90. #undef HAVE_WAITPID
  91.  
  92. /* Define if you have the <fcntl.h> header file.  */
  93. #define HAVE_FCNTL_H    1
  94.  
  95. /* Define if you have the <limits.h> header file.  */
  96. #define HAVE_LIMITS_H   1
  97.  
  98. /* Define if you have the <stdlib.h> header file.  */
  99. #define HAVE_STDLIB_H   1
  100.  
  101. /* Define if you have the <string.h> header file.  */
  102. #define HAVE_STRING_H   1
  103.  
  104. /* Define if you have the <sys/wait.h> header file.  */
  105. #undef HAVE_SYS_WAIT_H
  106.  
  107. /* Define if you have the <time.h> header file.  */
  108. #define HAVE_TIME_H     1
  109.  
  110. /* Define if you have the <unistd.h> header file.  */
  111. #undef HAVE_UNISTD_H
  112.  
  113. /* This one is not available due to _STRICT_ANSI */
  114. #include <stdio.h>
  115. extern FILE *fdopen(int, const char *);
  116.  
  117.